@font-face {
  font-family: "gontserrat-black";
  src: url(../fonts/gontserrat-black.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "gontserrat-medium";
  src: url(../fonts/gontserrat-medium.ttf) format("truetype");
  font-display: swap;
}


@font-face {
  font-family: "gontserrat-semibold";
  src: url(../fonts/gontserrat-semibold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "montserrat-bolditalic";
  src: url(../fonts/montserrat-bolditalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "montserrat-extralight";
  src: url(../fonts/montserrat-extralight.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "montserrat-light";
  src: url(../fonts/montserrat-light.ttf) format("truetype");
  font-display: swap;
}


@font-face {
  font-family: "montserrat-extrabolditalic";
  src: url(../fonts/montserrat-extrabolditalic.ttf) format("truetype");
  font-display: swap;
}


@font-face {
  font-family: "montserrat-regular";
  src: url(../fonts/montserrat-regular.ttf) format("truetype");
  font-display: swap;
}


@font-face {
  font-family: "montserrat-bold";
  src: url(../fonts/montserrat-bold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "montserrat-extrabold";
  src: url(../fonts/montserrat-extrabold.otf) format("opentype");
  font-display: swap;
}





html,
body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

html {

  scroll-behavior: smooth;
  line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
      overflow-x: hidden !important;
}



*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,::after,::before {
    box-sizing: border-box
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

*:hover,
*:focus,
*:visited {
  outline: 0;
}

:root {

  --white: #ffffff;
--purple:#652d90;


  --lightgray: #f5f3f8;
  --yellow:#fdd428;

}

.headblue {
  color: var(--headbrown);
}

body {
  margin: 0 auto;
  font-family: "montserrat-regular";
  font-weight: 400;
  color: #000;
  font-size: 15px;
  line-height: 1.45;
  background-color: #fff;
  overflow-x: hidden !important;  
  text-align: left;
}

.clearfix {
  clear: both;
}

.mHide {
  display: block !important;
}

.dHide {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  aspect-ratio: attr(width) / attr(height);
  vertical-align: middle;
    border-style: none

}

.wrapper {
  width: 100%;
  margin: 0;
}

.textcenter
{
    text-align: center;
}

.purple 
{
  color:var(--purple);
}

.paddingTopBottom {
  padding: 50px 0px 50px 0px;
}


.paddingTopBottomsmall {
  padding: 25px 0px;
}

.textuppercase {
  text-transform: uppercase;
}


.full_width {
  width: 100%;
  margin: 0 auto;
}

.containerAsp {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;

}
 


/* .section-title {
  padding: 0px;
    margin: 0px;
     font-family: "fahkwang-regular";
    font-size: 37px;
    margin-bottom: 20px;
    letter-spacing: 2px;
   text-transform: uppercase;
    color: #111111;
    margin-top: 10px;
}


.section-title2 {
  padding: 0px;
    margin: 0px;
  font-family: "fahkwang-regular";
    font-size: 27px;
    text-transform: uppercase;
    color: #0e0e0e;
    letter-spacing: 2px;
} */

/* Header */

header{
    position: absolute;
    width: 100%;
    z-index: 9999;
/* background-color: #fdd42852; */
}

.header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 25px 50px 15px 50px;


}

.headerleft
{
  display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

/* .header .headerleft img
{
    width:150px;
} */

.header .headerleft .pride
{
    width:160px;
    
}

.header .headerleft .ido
{
    width:80px;
}

.header .rightoption img
{
    width:160px;
}


.divider2 {
width: 1px;
    height: 60px;
    background: rgb(169 169 169 / 50%);
}

.banner
{
  position: relative;
}

.head-title
{
 position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: 'gontserrat-semibold';
    font-weight: normal;
}



/*  Ends Here */

/* Express your Interest */
.expressinterest 
{
  margin:30px auto;
}
.expressinterest img
{
  width:150px;
  margin:0px auto;
  display: block;
  border: 1px solid var(--purple);
    border-radius: 25px;

  animation: locationIconAnim 1.5s infinite;
  -webkit-transition: all 0.2s ease-in-out;

}

/* Express Your Interest */




/* Narrative */

.caption
{
  font-size: 25px;
  font-family: "montserrat-regular";


}

.caption .actors
{
  font-family: "montserrat-extrabolditalic";
  font-size: 30px;
}

.caption .question
{
  font-family: "gontserrat-semibold";
  font-size: 55px;
}

.cta button{
  background-color: var(--purple);
    color: var(--white);
    border: 0 solid;
    padding: 15px 20px;
    border-radius: 0;
    font-size: 18px;
    width: 190px;
    font-family: "montserrat-light";
    text-transform: uppercase;
    letter-spacing: normal;
    /* font-weight: 700; */
    border-bottom: 0;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 20px;
}

/* Narrative */


.cta button.btnAnimate {
  animation: locationIconAnim 1.5s infinite;
  -webkit-transition: all 0.2s ease-in-out;
}

@keyframes locationIconAnim {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}





/* real kharadi */
/* #662e91 */

.kharadi-fold {
  background: #6b2d91;
  color: #fff;
  padding: 80px 20px;
}

.kharadi-fold .containerAsp {

  margin: auto;
  text-align: center;
}

.top-line {
  font-style: italic;
    margin-bottom: 12px;
    font-size: 35px;
    font-family: 'montserrat-bold';
}

.kharadi-fold .title {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'gontserrat-semibold';
    font-style: normal;
    color: #fff;
}

.kharadi-fold .subtitle {
  font-size: 22px;
    /* opacity: 0.85; */
    margin-bottom: 60px;
    color: #fff;
    font-weight: 100;
    font-family: 'montserrat-extralight';
}

/* Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.feature {
  text-align: center;
}

.feature img {
  width: 60px;
    margin-bottom: 16px;
    /* border: 1px solid #fff; */
    /* padding: 5px; */
    height: auto;
}

.feature h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  font-family: 'montserrat-regular';
}

.feature p {
  font-size: 15px;
  font-family: 'montserrat-light';
}

/* Tablet */
@media (max-width: 900px) {
  .kharadi-fold .title {
    font-size: 36px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .kharadi-fold {
    padding: 40px 16px;
  }

  .top-line {
      font-size: 20px;
  }

  .kharadi-fold .title {
    font-size: 28px;
  }

  .kharadi-fold .subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/* real kharadi */



/* Details Fold */
.details-fold {
  padding: 60px 20px;
  background-color: #f5f3f8;
}

.details-fold .containerAsp {

  margin: auto;

}

.title {
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  color: #6b2d91;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'gontserrat-semibold';
}

.subtitle {
  font-size: 40px;
  font-weight: 600;
  color: #6b2d91;
  margin-bottom: 80px;
  text-align: center;
  font-family: 'montserrat-extralight';
}

/* Features grid */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.feature-card img {
  width: 100%;
  max-width: 280px;
  margin-bottom: 30px;
}

.feature-card h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
  padding: 0px 20px;
  color: #6b2d91;
}

.line {
  display: block;
  width: 40px;
  height: 2px;
  background: #6b2d91;
  margin: 0 0 16px 20px;
}

.feature-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #6b6b6b;
  max-width: 300px;
  /* margin: auto; */
  padding: 0px 20px;
}

/* Tablet */
@media (max-width: 900px) {
  .title {
    font-size: 36px;
  }

  .subtitle {
    font-size: 24px;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .details-fold {
    padding: 40px 16px;
  }

  .title {
    font-size: 28px;
  }

  .subtitle {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .features {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .feature-card img {
    width: 100%;
        /* border: 1px solid red; */
        max-width: 100%;
  }
}

/* Details Fold Ends */


/* fold - */
/* Fold */
.cta-fold {
  /* background: #ecd84f; */
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Content */
.cta-fold .containerAsp {
  text-align: center;
  padding: 60px 20px;
    background-color: #ecd84f;
}

.cta-fold .containerAsp h2 {
  font-size: 40px;
  color: #6b2d91;
  margin-bottom: 30px;
  line-height: 1.3;
  font-family: 'gontserrat-semibold';
}

.cta-fold .containerAsp h2 .bold {
  /* font-weight: 700; */
}

.cta-fold .containerAsp h2 .light {
  font-weight: 100;
    font-family: 'montserrat-light';
}

/* Button */
.cta-btn {
  display: inline-block;
    background: #6b2d91;
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.3s ease;
    font-family: 'montserrat-light';
}

.cta-btn:hover {
  background: #562173;
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 900px) {
  .cta-container h2 {
    font-size: 32px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .cta-fold {
    padding: 0px 0px 0px 0px;
  }

  .cta-fold .containerAsp {
      max-width: 100%;
      padding: 40px 20px;
  }

  .cta-fold .containerAsp h2 {
    font-size: 24px;
  }

  .cta-btn {
    font-size: 13px;
    padding: 12px 26px;
  }
}
/* Fold */




/* Social Proof */
.socialproof
{
  background-color: var(--lightgray);
}


.caption2
{
  font-size: 40px;
    font-family: 'montserrat-light';
    text-transform: uppercase;
}

.caption2 .actors
{
  font-family: "montserrat-extrabolditalic";
  font-size: 40px;
}

.socialproofslider
{
  padding-top:20px;
  padding-bottom: 20px;
}

.socialproofslider .spPrev,
.socialproofslider .spNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
}


.socialproofslider .spPrev {
    left: -20px;
}


.socialproofslider .spNext {
    right: -20px;
}

.socialproofslider .spPrev img,
.socialproofslider .spNext img {
    width: 37px;
    height: 37px;
    max-width: none;
    max-height: none;
    object-fit: contain;
    /* transform: none; */
}


/* .socialprrofslide
{
    padding:20px 10px;
    transform: scale(0.7)!important;
    position: relative;
}



.socialprrofslide.slick-center
{
    transform: scale(1.1)!important;
} */


/* .socialprrofslide img
{
    padding:20px 10px;
    transform: scale(0.7)!important;
    position: relative;
}



.socialprrofslide.slick-center img
{
    transform: scale(1.1)!important;
} */

/* Social Proof */


/* About Purple */
.aboutcontainer
{
  display: flex;
    /* grid-template-columns: 1fr 1fr; */
    align-items: center;
    justify-content: space-evenly;
}

.aboutleft
{
  text-align: right;
  padding-right:50px;
  border-right:1px solid var(--purple);
  width: 40%;

  font-size: 65px;
    font-family: 'montserrat-light';
}

.aboutleft span
{
  font-size: 65px;
    font-family: 'montserrat-bold';
}

.aboutright
{
  padding-left:50px;
  width: 60%;
}

.aboutright p
{
  font-family: 'montserrat-regular';
  color:#6a6a6a;
  padding-bottom: 15px;
}

.awards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.awards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.awards .asia
{
  width:110px;
}

.awards .et
{
  width:110px;
}

.awards .realestate
{
  width:110px;
}


.awards .realty
{
  width:110px;
}

/* About Purple Ends */


/* Stats Bars */
.statsbars .containerAsp
{
  background-color: var(--purple);
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stat-item {
  flex: 1;
  text-align: center;
  color: #ffffff;
}

.stat-item h2 {
  font-size: 40px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'montserrat-bold';
}

.stat-item p {
  font-size: 18px;
    font-weight: 400;
    opacity: 1;
    font-family: 'montserrat-light';
}

.divider {
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.6);
}

/* Stats Bars */


/* Footer */

.footer {
  /* background: #f5f5f7; */
  padding: 80px 40px 40px;
   font-family: 'montserrat-regular';
  color: #000;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* Top left content */
.footer-left {
  max-width: 100%;
}

.logo .partners
{
  display: none;
}



.logo img {
  width: 150px;
  margin-bottom: 24px;
}



.company-info h4 {
  font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'montserrat-regular';
}

.company-info p {
  font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #111;
    font-family: 'montserrat-regular';
}

/* Bottom row */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p,
.footer-bottom a {
  font-size: 14px;
  color: #111;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.info
{
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.info .rera
{
  width:100%;
  text-align: right;
}

.info .rera img
{
  width:300px;
}


/* Footer */


/* Dasktop form */

/* :root {
  --yellow: #ffd72f;
  --purple: #6b2e8f;
} */

.inline-form-wrapper {
  background: var(--yellow);
  padding: 28px 40px;
}

.inline-form {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

.field {
  flex: 1;
}

.field label {
  display: block;
  font-size: 16px;
  color: var(--purple);
  margin-bottom: 8px;
}

.field input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--purple);
  padding: 6px 2px;
  font-size: 16px;
  outline: none;
}

.register-btn {
  background: var(--purple);
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
  font-family: "montserrat-light";
}


/* Desktop Form Ends */


/* Popup Form */

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-overlay.active {
  display: flex;
}

.popup-form {
  background: var(--yellow);
  width: 360px;
  padding: 30px;
  border-radius: 16px;
  position: relative;
}

.popup-form h3 {
  color: var(--purple);
  margin-bottom: 20px;
}

.popup-field {
  margin-bottom: 20px;
}

.popup-field label {
  display: block;
  font-size: 14px;
  color: var(--purple);
  margin-bottom: 6px;
}

.popup-field input {
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--purple);
  background: transparent;
  padding: 6px 2px;
  font-size: 15px;
  outline: none;
}

.popup-btn {
  width: 100%;
  background: var(--purple);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
}

.close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 22px;
  cursor: pointer;
}



/* Popup Form Ends */



@media screen and (max-width:1440px){}
@media (max-width: 1367px){}
@media (max-width: 1280px) and (max-height: 800px){}
@media screen and (max-width:1280px){}



@media (max-width: 768px) {
  header {
        /* background-color: #fee344; */
        position: absolute;
        /* display: none; */
    }

.head-title {
    bottom: 30px;
    width: 80%;
    font-size: 20px;
}

.logo
{
        display: flex;
        gap: 20px;
        align-items: flex-start;
        justify-content: space-between;
}
.logo .partners
{
  display: flex;
        /* margin-bottom: 24px; */
        flex-direction: column;
        /* border: 1px solid green; */
        margin-top: 0px;
}

.partners span
{
  font-size:7px;
  text-align: center;
}

.logo .pride
{
  width:100px;
  display: block;
  margin: 0px;
}

.inline-form-wrapper {
    display: none;
  }

.header {
    padding: 25px 20px 15px 20px;
}

.header .headerleft img {
        width: 120px !important;
    }

.header .rightoption img
{
    width: 120px !important;
}

.caption .actors {
    font-size: 27px;
}

.caption {
    font-size: 20px;
}

.caption .question {
    font-size: 35px;
}

.caption2 {
    font-size: 25px;
}


.caption2 .actors {
    font-size: 27px;
}



.socialproofslider
{
  width:90%;
  margin:0px auto;
}

.socialprrofslide
{
    padding:0px;
    transform: scale(1);
    position: relative;
    /* overflow: hidden; */
     transition: transform 1s ease-in-out;
}

.aboutcontainer {
    flex-direction: column;
}

.aboutleft {
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
        border-bottom: 1px solid var(--purple);
        border-right: 0px solid;
        width: 100%;
        font-size: 30px;
        font-family: 'montserrat-light';
        padding-bottom: 10px;
    }

.aboutright {
    padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        padding-top: 10px;
}

.aboutleft span {
    font-size: 30px;
    font-family: 'montserrat-bold';
}

.awards {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: 25px;
}

.stats-container {
    flex-direction: column;
    gap: 30px;
  }

  .divider {
    width: 60%;
    height: 1px;
  }

   .footer {
    padding: 60px 20px 30px;
  }

  .info {
      flex-direction: column;
      gap: 20px;
  }

  .company-info
  {
    width:100%;
  } 

  .info .rera img
{
  width:200px;
}

.info .rera {
    text-align: left;
}


  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }



}

@media (max-width: 600px){}

@media (max-width: 492px){
   
}

@media (max-width: 431px){
  
}

@media (max-width: 393px){
    
}

@media (max-width: 386px){
   
}

@media (max-width: 385px) and (max-height: 725px){}

@media (max-width: 376px){}

@media (max-width: 376px) and (max-height: 544px){}

@media (max-width: 376px){}

@media (max-width: 360px){
   
}

@media (max-width: 320px){

    
}

